home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / imb9008.zip / CONTENTS < prev    next >
Text File  |  1990-08-01  |  783b  |  18 lines

  1. Contents of IMB9008.ARC
  2.  
  3. Writing dBASE records
  4.     WRITEDBF.BAS    - Sample code to write records to dBASE file
  5.     PLANETS .DBF    - Sample Planets DBF to use for testing
  6. Dynamic data table management
  7.     TBLMNGR .BAS    - Routines for managing string table lookups
  8.     TBLMNGR .BI      - Include file for TBLMNGR.BAS
  9.     TESTDEMO.BAS    - Exercise the routines menu
  10.     TESTTABL.BAS    - Test code for lookups with routines
  11.     TESTTABL.MAK   - Make file for table test routine
  12.     TESTARRY.BAS    - Test code for lookups with arrays - no shortcuts
  13. Preprocessing your BASIC programs
  14.     PREPROC .BAS    - Main BASIC module with preprocessor code
  15.     PREPROC .MAK    - Make file for preprocessor project
  16.     TEST1   .BAS    - Sample test file for preprocessor
  17.     TEST2   .BAS   - File included included into TEST1.BAS during test
  18.